func runtime.malg
6 uses
runtime (current package)
os_linux.go#L375: mp.gsignal = malg(32 * 1024) // Linux wants >= 2K
proc.go#L2219: mp.g0 = malg(-1)
proc.go#L2221: mp.g0 = malg(16384 * sys.StackGuardMultiplier)
proc.go#L2390: gp := malg(4096)
proc.go#L4956: func malg(stacksize int32) *g {
proc.go#L5002: newg = malg(stackMin)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |